home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / BROWSERS / STIK / STIK_CFG / DEFAULT.CFG next >
Encoding:
Text File  |  1996-11-22  |  4.3 KB  |  132 lines

  1. # STiK config file
  2. #
  3. # VAR = VALUE           :standard format
  4. #
  5. #   Non existent vars are 0 (FALSE) by default.
  6. #   Variables without "= value" are set to ON
  7. #   Variables with " = " but no value are set to 0. (ie: = nothing)
  8. #
  9. #   TRUE  and ON  are acceptable substitutes for 1
  10. #   FALSE and OFF are acceptable substitutes for 0
  11. #
  12. #   Lines not beginning with an alphabetic character are ignored, but
  13. #   this whole file is kept in memory during the session!!
  14. #   So if you want to save (a little) memory, trim these comments!
  15. #
  16. #   Currently only 100 variables can be specified.  Extra VARs are ignored.
  17. #
  18. #   The variable names and boolean values are not case sensitive.
  19. #   Values may be case sensitive depending on usage.
  20. #
  21. #
  22. #   Memory to be reserved.  This is for ALL of TCP's internal memory
  23. #   requirements, except the space to store the config file.
  24. #   This includes all input queues, output queues, DNS cache, etc...
  25. #   It must be large enough to cope, plus a bit extra for luck :-)
  26. #   If unset, defaults to 50000 bytes.
  27. #
  28. ALLOCMEM = 60000
  29. #
  30. #
  31. #       Use the program `listport.tos' to list the serial ports
  32. #       available with your hardware configuration.  Use the
  33. #       port name exactly as it appears in the listport display,
  34. #       including correct capitilisation and spaces.
  35. #
  36. #       If SERIALPORT is not set, or has an invalid port name,
  37. #       the default is to use the first port listed by listport.tos
  38. #       So if that port is the one you want to use, you don't need
  39. #       to set this variable.
  40. #
  41. SERIALPORT  =   Modem 1
  42. #
  43. #
  44. #   CDVALID     Set this variable to FALSE if your modem doesn't assert
  45. #               Carrier Detect properly.
  46. CDVALID = TRUE
  47. #
  48. #
  49. #   The name of the dial script file to use.
  50. #   This entry must be just the pathname, and the file itself
  51. #   must be in the \stik_cfg directory on the boot disk.
  52. #   Default is dial.scr
  53. #
  54. DIALFILE = dial.scr
  55. #
  56. #
  57. #   CLIENT_IP   if your provider allocates you a different Ip Address
  58. #   whenever you log in, then don't bother with CLIENT_IP
  59. #   However, if you have an IP address all to yourself, then put
  60. #   it here, in dotted decimal.  If your dial script file gets
  61. #   your address at login time, it will override this value.
  62. #
  63. #CLIENT_IP = 4.3.2.1
  64. #
  65. #
  66. #   TCP paramaters.  Don't change without advice from a TCP freak :-)
  67. #   If left unset, they default to hardcoded (sensible) values.
  68. #
  69. TTL         =   64
  70. PING_TTL    =  255
  71. MTU         =  252
  72. RCV_WND     = 2000
  73. #
  74. #
  75. # Protocol. Specify with which protocol you want to connect to your ISP 
  76. # At the moment Protocol=0 is SLIP whilst Protocol=1 is CSLIP
  77. # If this line does not appear stik defaults to SLIP
  78. #
  79. PROTOCOL = 0
  80. #
  81. #
  82. #   Response to incoming TCP packets to unknown ports
  83. #   0 = default (3 = send ICMP)
  84. #   1 = ignore
  85. #   2 = send TCP RST
  86. #   3 = send ICMP `unknown port' response
  87. #
  88. #   3 is the `correct' response, but when connecting to an IRC server
  89. #   it attempts to contact your identd on port 113.  If it thinks you
  90. #   don't have identd, it will most probably reset your IRC session.
  91. #   Until I have written an identd, response 1 or 2 should fool at least
  92. #   some of the servers.
  93. #
  94. UP_RESPONSE =   2
  95. #
  96. #
  97. #   Your username and hostname.
  98. #
  99. #   HOSTNAME is the hostname of your computer for this session.
  100. #   If your address is dynamically allocated, HOSTNAME will be wrong.
  101. #   For now, just set it to your providers hostname (or whatever). 
  102. #   Try to make it reasonably accurate if possible.
  103. #
  104. #   USERNAME doesn't make much sense either until I have an identd
  105. #   working.  So it doesn't really matter what it is.  When I do have
  106. #   an identd, this will be your `valid' username for incoming queries.
  107. #   Currently, these values are only used when starting IRC sessions.
  108. #
  109. #   FULLNAME is pretty obvious, right?
  110. #
  111. USERNAME = steve
  112. HOSTNAME = netinfo.com.au
  113. FULLNAME = Steve Adam
  114. #
  115. #
  116. #   The NAMESERVER (ie: DNS or Domain Name Server) *must* be set,
  117. #   preferably to a nameserver that your provider recommends.
  118. #
  119. NAMESERVER  = 203.8.127.33
  120. #
  121. #
  122. #   WWW Proxy for HTML
  123. #
  124. # Uncomment the following two lines if you need to use a proxy-server. If
  125. # you don't know what it is, or don't use HTML, then don't worry about it.
  126. # Don't forget to set them to a proxy server appropriate for you...
  127. #
  128. #HTTP_PROXY=proxy.netinfo.com.au
  129. #HTTP_PROXY_PORT=8080
  130. #
  131.  
  132.